home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / dcncci.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  316b  |  11 lines

  1. #ifndef    _DCNCCI_H
  2. #define    _DCNCCI_H
  3.  
  4. #define    DCN_CMDSYS_NORMAL    (0)        /* 通常コマンド            */
  5. #define    DCN_CMDSYS_EXP        (8)        /* ネイティブ子プロセス    */
  6. #define    DCN_CMDSYS_IGNORE    (0x80)    /* 実行禁止                */
  7. #define    DCN_CMDSYS_SCNSAVE    (0x40)    /* 画面保存                */
  8. #define    DCN_CMDSYS_CHECK    (0x20)    /* 実行確認                */
  9.  
  10. #endif
  11.